projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab3d86d
)
Add introspection annotation for gtk_builder_get_object
author
Florian Müllner
<fmuellner@src.gnome.org>
Thu, 25 Feb 2010 20:28:39 +0000
(21:28 +0100)
committer
Florian Müllner
<fmuellner@src.gnome.org>
Thu, 25 Feb 2010 20:33:15 +0000
(21:33 +0100)
gtk/gtkbuilder.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbuilder.c
b/gtk/gtkbuilder.c
index fab4bebaadfe9542c2dbe70cccca78273c159db2..9aafaad4135c481bc9dd76331a2e3e30dec27d5a 100644
(file)
--- a/
gtk/gtkbuilder.c
+++ b/
gtk/gtkbuilder.c
@@
-857,8
+857,8
@@
gtk_builder_add_objects_from_string (GtkBuilder *builder,
* Gets the object named @name. Note that this function does not
* increment the reference count of the returned object.
*
- * Return value:
the object named @name or %NULL if it could not be
- *
found in the object tree.
+ * Return value:
(transfer none): the object named @name or %NULL if
+ *
it could not be found in the object tree.
*
* Since: 2.12
**/